﻿/* AB模版网 做最好的织梦整站模板下载网站 Www.AdminBuy.Cn */

/* QQ：9490489 */

/* 仿站：Fang.AdminBuy.Cn */

@charset "utf-8";
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  font-family: "Microsoft YaHei", "simsun", Arial;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  overflow-x: hidden;
}

body,
form,
iframe {
  margin: 0px;
  padding: 0px;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #0084e9;
}
 table td {
    padding: 5px !important;
    border: 1px solid #dedede !important;
}

input,
textarea,
select,
button {
  outline: none;
  vertical-align: middle;
  font-size: inherit;
  font-family: inherit;
}

textarea {
  resize: none;
  overflow-y: auto;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  cursor: pointer;
  -webkit-appearance: none;
}

hr {
  height: 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  margin: 0;
  color: #ddd;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

h1 {
  font-size: 25px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.dede_pages {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0px auto 20px;
  overflow: hidden;
}

.dede_pages ul {
  padding: 9px 0px 9px 16px;
  text-align: center;
}

.dede_pages ul li {
  float: left;
  font-family: Tahoma;
  line-height: 28px;
  margin-right: 6px;
  padding: 0px 8px;
  list-style: none;
  border: 1px solid #e9e9e9;
}

.dede_pages ul li select {
  height: 28px;
  line-height: 28px;
  text-align: center;
}

.dede_pages ul li a {
  float: left;
  color: #555;
  display: block;
  padding: 0px 8px;
  line-height: 28px;
}

.dede_pages ul li a:hover {
  color: #690;
  text-decoration: none;
  line-height: 28px;
  padding: 0px 8px;
}

.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,
.pagebox ul li.thisclass a:hover {
  background-color: #f8f8f8;
  padding: 0px 8px 0px;
  font-weight: bold;
}

.dede_pages .pageinfo {
  line-height: 28px;
  padding: 12px 10px 12px 16px;
  color: #999;
}

.dede_pages .pageinfo strong {
  color: #555;
  font-weight: normal;
  margin: 0px 2px;
}

.reset,
.reset dt,
.reset dd {
  padding: 0;
  margin: 0;
  list-style: none;
}

.clearfix:before {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
  overflow: hidden;
}

.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.hide {
  display: none;
}

.show {
  display: block;
}

#dituContent img {
  max-width: none;
}

.container {
  width: 80%;
  max-width: 1300px;
  margin: 0 auto;
}

.rowFluid {
  clear: both;
}

.rowFluid:before,
.rowFluid:after,
.pluginWrapper:before,
.pluginWrapper:after,
.column:before,
.column:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
  overflow: hidden;
}

.pluginContent {
  height: inherit;
}
.LBimg {
  width: 6vw;
}
.mou {
  font-size: 28px;
  line-height: 52px;
}

/* 模态对话框 */

.dialogLockScreen {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 600;
  width: 100%;
  height: 100%;
  background: #000;
  filter: Alpha(Opacity=60);
  opacity: 0.6;
}

.modalDialog {
  position: absolute;
  z-index: 601;
  background: #fff;
  box-shadow: 2px 2px 5px #000;
  color: #666;
}

.modalDialog .dialogTitle {
  height: 34px;
  line-height: 34px;
  padding-left: 20px;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  background: #f6f6f6;
}

.modalDialog .dialogMain {
  overflow-y: auto;
}

.modalDialog .dialogButtons {
  height: 44px;
  border-top: 1px solid #ccc;
  background: #f6f6f6;
  text-align: right;
}

.modalDialog .dialogButtons span {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin-top: 9px;
  padding: 0 20px;
  background: #0084e9;
  border: 1px solid #0376cd;
  cursor: pointer;
  color: #fff;
  margin-right: 20px;
}

.modalDialog .dialogButtons span:hover {
  background: #0174cc;
  border-color: #0168b7;
}

.modalDialog .dialogLoader {
  height: 100%;
  min-height: 130px;
  background: url(../images/loading_32_1.gif) no-repeat center center;
}

/* 手机版菜单 */

.mobileMenuBtn {
  position: fixed;
  right: 8px;
  top: 20px;
  height: 32px;
  line-height: 32px;
  color: #999;
  background: url(../images/m_menu_bg.png) no-repeat;
  width: 52px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  z-index: 6003;
  border-radius: 3px;
  display: none;
}

.mobileMenuBtn:hover {
  background-color: #ddd;
}

.mobileMenuBtn i {
  display: none;
}

.mobileMenu {
  position: fixed;
  left: -200px;
  top: 0;
  z-index: 6005;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333;
  height: 100%;
  width: 200px;
  -webkit-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}

.mobileMenu ul {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background: #333;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  -webkit-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}

.mobileMenu ul li {
  border-bottom: 1px solid #222;
  overflow: hidden;
}

.mobileMenu ul li a {
  display: block;
  width: 80%;
  float: left;
  text-indent: 15px;
  color: #fff;
  height: 36px;
  line-height: 36px;
}

.mobileMenu ul li a:active {
  background-color: #222;
}

.mobileMenu ul li a i {
  text-indent: 0;
}

.mobileMenu ul li .openChild {
  cursor: pointer;
  display: block;
  height: 36px;
  line-height: 36px;
  box-sizing: border-box;
  border-left: 1px solid #222;
  width: 20%;
  font-size: 20px;
  text-align: center;
  float: right;
}

.mobileMenu ul li .openChild:active {
  background-color: #222;
}

.mobileMenu ul li ul {
  left: 100%;
}

/* 表单默认样式 */

.button {
  border: none;
  height: 38px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  background: #0084e9;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.button:hover {
  background: #428bca;
}

.text-btn {
  color: #f60;
}

.input-text {
  border: 1px solid #ddd;
  background: #fff;
  margin: 0;
  box-sizing: border-box;
  font-size: 14px;
  height: 38px;
  line-height: 2;
  padding: 5px 5px;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.input-text:focus {
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  border: 1px solid #66afe9;
}

.textarea {
  border: 1px solid #ddd;
  background: #fff;
  margin: 0;
  box-sizing: border-box;
  font-size: 14px;
  padding: 5px 5px;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.textarea:focus {
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  border: 1px solid #66afe9;
}

.select {
  border: 1px solid #ddd;
  height: 36px;
}

.checkbox-group,
.radio-group {
  border: 1px solid #ddd;
  height: 36px;
}

.input-error,
.input-error:focus {
  box-shadow: 0 0 8px rgba(255, 0, 0, 0.4);
  border: 1px solid #c00;
}

.img-captcha {
  width: 104px;
  height: 38px;
  cursor: pointer;
}

.required {
  color: #c00;
}

.msg-error {
  color: #c00;
}

.input-row {
  display: table;
  border-collapse: separate;
}

.input-caption {
  box-sizing: border-box;
}

/* 侧边菜单 */

.sideMenuCheckbox {
  display: none;
}

.sideMenuCheckbox + .small {
  display: none;
}

.sideMenuCheckbox:checked + .small {
  display: block;
}

/* 回顶部 */

#toTop {
  position: fixed;
  bottom: -100px;
  right: 9px;
  z-index: 1000;
  width: 32px;
  height: 32px;
  background: #217bc2;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
}

#toTop i {
  display: block;
  line-height: 32px;
  font-size: 18px;
}

#toTop:hover {
  background: #0b70bd;
}

/* 灯箱 */

.lightWrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6200;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

.lightWrap .closeLightBox {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  font-size: 30px;
  color: #fff;
  line-height: 1;
}

.lightWrap .item {
  text-align: center;
  position: relative;
}

.lightWrap .item img {
  max-width: 100%;
  max-height: 100%;
}

.lightWrap .item .title {
  position: absolute;
  line-height: 1.6;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 10px 0;
}

.lightWrap .loading {
  background: url(../images/loader.gif) no-repeat center center;
}

.lightWrap .owl-prev,
.lightWrap .owl-next {
  position: absolute;
  width: 40px;
  text-align: center;
  font-size: 46px;
  color: #fff;
  top: 50%;
  margin-top: -35px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.lightWrap .owl-prev {
  left: -60px;
}

.lightWrap .owl-next {
  right: -60px;
}

.lightWrap:hover .owl-buttons .owl-prev {
  left: 10px;
}

.lightWrap:hover .owl-buttons .owl-next {
  right: 10px;
}

/* member register */

.register-wrapper {
  width: 96%;
  max-width: 360px;
  margin: 60px auto;
}

.register-wrapper .input-row {
  width: 100%;
  margin-top: 20px;
}

.register-wrapper .input-caption {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  background: #eee;
  padding: 5px 10px;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.register-wrapper .input-text,
.register-wrapper .textarea,
.register-wrapper .select,
.register-wrapper .checkbox-group,
.register-wrapper .radio-group {
  display: table-cell;
  vertical-align: middle;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.register-wrapper .input-captcha {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.register-wrapper .img-captcha {
  height: 36px;
}

.register-wrapper .input-captcha-img {
  display: table-cell;
  overflow: hidden;
  width: 1%;
  border: 1px solid #ddd;
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.register-wrapper .checkbox,
.register-wrapper .radio {
  margin-left: 5px;
}

.register-wrapper .required {
  margin-right: 5px;
}

/* member login */

.login-wrapper {
  width: 96%;
  max-width: 360px;
  margin: 60px auto;
}

.login-wrapper .input-row {
  width: 100%;
  margin-top: 20px;
}

.login-wrapper .input-caption {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  background: #eee;
  padding: 5px 10px;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.login-wrapper .input-text,
.login-wrapper .textarea,
.login-wrapper .select,
.login-wrapper .checkbox-group,
.login-wrapper .radio-group {
  display: table-cell;
  vertical-align: middle;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.login-wrapper .input-captcha {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.login-wrapper .img-captcha {
  height: 36px;
}

.login-wrapper .input-captcha-img {
  display: table-cell;
  overflow: hidden;
  width: 1%;
  border: 1px solid #ddd;
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.login-wrapper .checkbox,
.login-wrapper .radio {
  margin-left: 5px;
}

.login-wrapper .required {
  margin-right: 5px;
}

.rowFluid .text1 {
  display: inline-block;
  padding-left: 10px;
  margin-left: 5px;
  border-left: 1px solid #73acd9;
  position: relative;
  top: -6px;
  padding-top: 4px;
  text-align: center;
}

.rowFluid .text1 strong {
  font-size: 25px;
  color: #73acd9;
}

.rowFluid .text1 p {
  font-size: 16px;
  margin: 10px 0 6px;
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
  .container {
    width: 90%;
  }
  .plugin_8348115039612150 {
    width: 55%;
  }
  #el_3201375415402662 .span4 {
    margin-top: -5px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1199px) {
  .plugin_8348115039612150 {
    width: 50%;
  }
  .rowFluid .plugin_8348115039612150 .pluginContent img {
    width: 100%;
  }
  #el_3201375415402662 .rowFluid .span4 {
    width: auto;
    float: right;
  }
  .rowFluid .text1 {
    top: -3px;
    padding-left: 8px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 960px) {
  .mobileMenuBtn {
    display: block;
  }
  .rowFluid .text1 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #toTop {
    display: none;
  }
  .rowFluid .text1 {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
}

/* 侧边工具条 start */

.sideTools {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
}

.sideTools .toolbox {
  display: table;
  height: 100%;
  width: 100%;
}

.sideTools .toolUl {
 /* display: table-cell;
  vertical-align: middle;*/
  margin-top:230px;
}

.sideTools .toolUl .toolLi {
  box-shadow: 1px 1px 0px #217bc2;
  position: relative;
  height: 50px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 12px;
  background-color: #217bc2;
  margin-top: 5px;
}

.sideTools .toolUl .toolLi .icon {
  height: 30px;
  line-height: 34px;
  text-align: center;
  display: block;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
}

.sideTools .toolUl .liG {
  height: 50px;
}

.sideTools .toolUl .toolLi .text {
  text-align: center;
  cursor: pointer;
  color: #fff;
}

.sideTools .toolUl .toolLi .tip {
  position: absolute;
  opacity: 0;
  width: 210px;
  padding: 10px;
  min-height: 38px;
  background-color: #ffffff;
  right: 70px;
  top: 0;
  border: 1px solid #dedede;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sideTools .toolUl .toolLi .tip:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: #fff;
  position: absolute;
  right: -6px;
  top: 23px;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sideTools .toolUl .toolLi:hover {
  background-color: #d4561e;
  opacity: 1;
}

.sideTools .toolUl .toolLi:hover .tip {
  right: 50px;
  visibility: visible;
  opacity: 1;
}

.sideTools .toolUl .liC .tip {
  width: 120px;
  padding: 10px 0;
  text-align: center;
}

.sideTools .toolUl .liC .tip a {
  display: block;
}

.sideTools .toolUl .liD .item {
  width: 33.3322%;
  float: left;
  text-align: center;
  margin-top: 6px;
}

.sideTools .toolUl .liD .item i {
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sideTools .toolUl .liD .item a {
  color: #999;
}

.sideTools .toolUl .liE .tip {
  line-height: 1.6;
  /* width: 120px; */
  font-size: 16px;
}

.sideTools .toolUl .liF .tip {
  width: 120px;
  padding: 5px 0;
  line-height: 1.4;
  text-align: center;
}

.sideTools .toolUl .liF .tip p {
  margin: 0;
}

.sideTools .toolUl .liF .tip img {
  max-width: 100%;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .sideTools {
    display: block;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    top: auto;
  }
  .sideTools .toolUl .toolLi {
    width: 50%;
    float: left;
    margin-top: 0;
  }
  .sideTools .toolUl .toolLi:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #7fc2ec;
    display: block;
    content: "";
  }
  .sideTools .toolUl .toolLi .tip {
    bottom: 50px;
    left: 0;
    top: auto;
    right: auto;
    min-height: 50px;
    line-height: 2;
  }
  .sideTools .toolUl .toolLi:hover .tip {
    right: auto;
  }
  .sideTools .toolUl .toolLi .tip:before {
    bottom: -6px;
    top: auto;
    right: auto;
    left: 5px;
    border-top: 0;
    border-right: 0;
    display: none;
  }
  .sideTools .toolUl .liC .tip {
    width: 100%;
  }
  .sideTools .toolUl .liF .tip {
    width: 100%;
  }
  .sideTools .toolUl .liD {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .sideTools .toolUl .liE .tip {
    display: none;
    opacity: 0;
  }
  .sideTools .toolUl .liE:hover .tip {
    display: none;
    opacity: 0;
  }
}

/* 侧边工具条 end */
